home *** CD-ROM | disk | FTP | other *** search
/ Hacker 18 / HACKER18.ISO / Games / Slave Zero Demo.exe / AUTORUN / AUTORUN.INI next >
INI File  |  1999-03-31  |  2KB  |  62 lines

  1. [SETTINGS]
  2. UninstallKey  = SlaveZero
  3. GameExe       = SlaveZero.exe
  4. WNDCLASSName  = SlaveZero
  5. WindowCaption = SlaveZero
  6.  
  7. ; The following are paths, relative to the AUTORUN.INI's directory.
  8. ; AUTORUN.EXE looks for the AUTORUN.INI in it's own directory first. If it does
  9. ; not find it there, it looks for a subdir named AUTORUN and checks there.
  10.  
  11. Readme           = ..\Setup\InstData\readme.txt
  12. ECatalog         = ..\ECATALOG\INDEX.HTM
  13. GameInstaller    = ..\setup\Setup.exe
  14. AcrobatInstaller = ..\ACROBAT\Setup.exe
  15.  
  16. ; the directory where the manuals are located
  17. Manuals = ..\MANUAL
  18. Readmes = ..\setup\instdata\README
  19.  
  20. ; the directory were the string files (english.str, ect.) are located
  21. StringFiles  = .
  22. LangDlgIni   = .\LANGUAGE.INI
  23. ShowLangDlg  = NO
  24.  
  25. ; BITMAPS
  26. BmpSmallFont = ART\smalltext.bmp
  27. BmpWndBg     = ART\WndBg.bmp
  28. BmpEEgg      = ART\EEgg.bmp
  29. BmpScrnBg     = ART\ScrnBg.bmp
  30. BmpBtnPlay     = ART\btnPlay.bmp
  31. BmpBtnInst     = ART\btnInst.bmp
  32. BmpBtnManl     = ART\btnManl.bmp
  33. BmpBtnRead     = ART\btnRead.bmp
  34. BmpBtnECat     = ART\btnECat.bmp
  35. BmpBtnExit     = ART\btnExit.bmp
  36. BmpScrollBG  = ART\Scroll.bmp
  37.  
  38. ; REGION DATA
  39. RgnWndBg     = ART\WndBg.rgn
  40. RgnScrollBmp = ART\Scroll.rgn
  41. RgnEEgg      = ART\EEgg.rgn
  42.  
  43. ; SOUND
  44. WaveBtnRollOver = ART\RollOver.wav
  45. WaveBtnClickIn  = ART\ClickIn.wav
  46. WaveBtnClickOut = ART\ClickOut.wav
  47. WaveEEgg        = ART\EEgg.wav
  48.  
  49. ; BUTTON POSITIONS
  50. BtnInstall = 200, 160
  51. ;BtnManual  = 200, 195
  52. BtnReadMe  = 200, 240
  53. ;BtnCatalog = 200, 285
  54. BtnExit    = 200, 320
  55. EEgg       = 565, 411
  56.  
  57. ; STATUS TEXT POSITION
  58. StatusPos = 140, 420
  59.  
  60.  
  61.  
  62.